pod: go-component-ywnymg-on-pull-request-lcr2g-apply-tags-pod | init container: prepare 2025/09/11 15:54:54 Entrypoint initialization pod: go-component-ywnymg-on-pull-request-lcr2g-apply-tags-pod | init container: place-scripts 2025/09/11 15:55:00 Decoded script /tekton/scripts/script-0-xlg68 2025/09/11 15:55:00 Decoded script /tekton/scripts/script-1-jn5wz pod: go-component-ywnymg-on-pull-request-lcr2g-apply-tags-pod | container step-apply-additional-tags-from-parameter: No additional tags parameter specified pod: go-component-ywnymg-on-pull-request-lcr2g-apply-tags-pod | container step-apply-additional-tags-from-image-label: No additional tags specified in the image labels pod: go-component-ywnymg-on-pull-request-lcr2g-build-container-pod | init container: prepare 2025/09/11 15:52:17 Entrypoint initialization pod: go-component-ywnymg-on-pull-request-lcr2g-build-container-pod | init container: place-scripts 2025/09/11 15:52:18 Decoded script /tekton/scripts/script-0-sv78s 2025/09/11 15:52:18 Decoded script /tekton/scripts/script-1-khzkp 2025/09/11 15:52:18 Decoded script /tekton/scripts/script-2-jxw6b 2025/09/11 15:52:18 Decoded script /tekton/scripts/script-3-pxw25 2025/09/11 15:52:18 Decoded script /tekton/scripts/script-4-b4pf6 pod: go-component-ywnymg-on-pull-request-lcr2g-build-container-pod | init container: working-dir-initializer pod: go-component-ywnymg-on-pull-request-lcr2g-build-container-pod | container step-build: [2025-09-11T15:52:54,946524009+00:00] Validate context path [2025-09-11T15:52:54,949077122+00:00] Update CA trust [2025-09-11T15:52:54,949859916+00:00] Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-09-11T15:52:55,793443698+00:00] Prepare Dockerfile Checking if /var/workdir/cachi2/output/bom.json exists. Could not find prefetched sbom. No content_sets found for ICM [2025-09-11T15:52:55,800221174+00:00] Prepare system (architecture: x86_64) [2025-09-11T15:52:55,888652580+00:00] Setup prefetched Trying to pull registry.access.redhat.com/ubi9/go-toolset:1.18.9-14... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:e76793d6902ad1adb19ede3d720024cf0cd8427b3ff606554a4bcafba03dddf4 Copying blob sha256:2a625e4afab51b49edb0e5f4ff37d8afbb20ec644ed1e68641358a6305557de3 Copying blob sha256:4a13c0e9217d70e608f2d5f5d3c5ffa6d9cd16908b3f83a7a97492d355d25a09 Copying blob sha256:0ab0ba77295aca9b12f463cb7198f0b8b6990b41151dbbd4e1b224fe85244b83 Copying config sha256:391a2eac28d98dc72726df1faa77db28f6899a77c91ad40f2bdad62baf041301 Writing manifest to image destination Storing signatures { "architecture": "x86_64", "build-date": "2025-09-11T15:52:55Z", "com.redhat.component": "go-toolset-container", "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI", "description": "Go Toolset available as a container is a base platform for building and running various Go applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.", "distribution-scope": "public", "io.buildah.version": "1.40.1", "io.k8s.description": "Go Toolset available as a container is a base platform for building and running various Go applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.", "io.k8s.display-name": "Go 1.18.9", "io.openshift.expose-services": "", "io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i", "io.openshift.tags": "builder,golang,golang118,rh-golang118,go", "io.s2i.scripts-url": "image:///usr/libexec/s2i", "maintainer": "Red Hat, Inc.", "name": "rhel9/go-toolset", "release": "14", "summary": "Platform for building and running Go Applications", "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/rhel9/go-toolset/images/1.18.9-14", "vcs-ref": "a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7", "vcs-type": "git", "vendor": "Red Hat, Inc.", "version": "1.18.9", "quay.expires-after": "5d" } [2025-09-11T15:53:11,647102444+00:00] Register sub-man Adding the entitlement to the build [2025-09-11T15:53:11,650268308+00:00] Add secrets [2025-09-11T15:53:11,770583539+00:00] Run buildah build [2025-09-11T15:53:11,771554596+00:00] buildah build --volume /tmp/entitlement:/etc/pki/entitlement --security-opt=unmask=/proc/interrupts --label architecture=x86_64 --label vcs-type=git --label vcs-ref=a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 --label quay.expires-after=5d --label build-date=2025-09-11T15:52:55Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.3zri0e -t quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 . STEP 1/9: FROM registry.access.redhat.com/ubi9/go-toolset:1.18.9-14 STEP 2/9: COPY . . STEP 3/9: RUN go mod download go: no module dependencies to download STEP 4/9: RUN go build -o ./main STEP 5/9: ENV PORT 8081 STEP 6/9: EXPOSE 8081 STEP 7/9: CMD [ "./main" ] STEP 8/9: COPY labels.json /root/buildinfo/labels.json STEP 9/9: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7" "quay.expires-after"="5d" "build-date"="2025-09-11T15:52:55Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 --> f4e10bf67bd0 Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 f4e10bf67bd0e292cb5798264fed7856443e86b970cbed72398aa18bc29d4724 [2025-09-11T15:53:14,335490550+00:00] Unsetting proxy [2025-09-11T15:53:14,336382338+00:00] Add metadata Recording base image digests used registry.access.redhat.com/ubi9/go-toolset:1.18.9-14 registry.access.redhat.com/ubi9/go-toolset:1.18.9-14@sha256:4e320bd8b62e406dfc567886aeab4914db125c73fe9ec308b306c72883101d51 Getting image source signatures Copying blob sha256:2750f5f65aa8f5e43e6abbb19c428337dd2bfb5056ad822ff38a1eb94897a1a0 Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying config sha256:f4e10bf67bd0e292cb5798264fed7856443e86b970cbed72398aa18bc29d4724 Writing manifest to image destination [2025-09-11T15:53:22,697692387+00:00] End build pod: go-component-ywnymg-on-pull-request-lcr2g-build-container-pod | container step-push: [2025-09-11T15:53:23,094231144+00:00] Update CA trust INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-09-11T15:53:23,976020703+00:00] Convert image [2025-09-11T15:53:23,976867694+00:00] Push image with unique tag Pushing to quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:go-component-ywnymg-on-pull-request-lcr2g-build-container Executing: buildah push --format=oci --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 docker://quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:go-component-ywnymg-on-pull-request-lcr2g-build-container [2025-09-11T15:53:37,588399107+00:00] Push image with git revision Pushing to quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 Executing: buildah push --format=oci --retry 3 --tls-verify=true --digestfile /workspace/source/image-digest quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 docker://quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 [2025-09-11T15:53:39,285244131+00:00] End push pod: go-component-ywnymg-on-pull-request-lcr2g-build-container-pod | container step-sbom-syft-generate: [2025-09-11T15:53:40,247911637+00:00] Generate SBOM Running syft on the source directory [0000] WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal) Running syft on the image [2025-09-11T15:54:01,475990487+00:00] End sbom-syft-generate pod: go-component-ywnymg-on-pull-request-lcr2g-build-container-pod | container step-prepare-sboms: [2025-09-11T15:54:02,148584012+00:00] Prepare SBOM [2025-09-11T15:54:02,152958517+00:00] Generate SBOM with mobster 2025-09-11 15:54:09,177 [INFO] mobster.log: Logging level set to 20 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-acl-7fdbf9b1efb3c327', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-alternatives-9538a795197cd790', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-annobin-e52c0d40efe31f51', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-audit-libs-c60c4062ecc5fd19', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-autoconf-d21271723c126f69', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-GFDL', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-GFDL-and-Public-Domain-and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-GFDL-and-Public-Domain-and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-automake-71eb89a0789b5f00', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-GFDL-and-Public-Domain-and-MIT', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-basesystem-2cedbe7bd36d2161', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bash-73007870af2280a5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-binutils-0ac83a168dfa54aa', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-binutils-gold-3f89fd2bddc03489', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Boost-and-MIT-and-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Boost-and-MIT-and-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-boost-regex-c2f6ad4ab4080fef', element_type=, full_element=LicenseSymbol('LicenseRef-Boost-and-MIT-and-Python', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bsdtar-7fa90844a42fd93d', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bzip2-f16d46b058afa3c8', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bzip2-devel-8dcb885f73a4c386', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bzip2-libs-5f02557aba2b2ca5', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ca-certificates-876ddc8d172da7dc', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-or-MPLv1.1. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-or-MPLv1.1', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cairo-641045ebf8facaaf', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-or-MPLv1.1', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-MIT-and-zlib. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-MIT-and-zlib', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cmake-filesystem-3ae18663fe5036e4', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-MIT-and-zlib', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-coreutils-single-0055756d2a55d9d9', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cpp-3d5d5d0a1771ff1e', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cracklib-90976ad369e95dcb', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cracklib-dicts-03f1cfdddb1f75c1', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-crypto-policies-bf7c116f3292e50f', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-crypto-policies-scripts-1f16fe10e87e1d9e', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cryptsetup-libs-09a9d95a63962b7f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-with-advertising. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-with-advertising', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cyrus-sasl-lib-62f9a319548cd61d', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-with-advertising', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPLv2--or-AFL--and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPLv2--or-AFL--and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dbus-057e66990ff2881e', element_type=, full_element=LicenseSymbol('LicenseRef--GPLv2--or-AFL--and-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dbus-broker-718c5bcbf3d887f3', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPLv2--or-AFL--and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPLv2--or-AFL--and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dbus-common-66184d1927aea4b3', element_type=, full_element=LicenseSymbol('LicenseRef--GPLv2--or-AFL--and-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPLv2--or-AFL--and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPLv2--or-AFL--and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dbus-libs-5b4893526e6ac965', element_type=, full_element=LicenseSymbol('LicenseRef--GPLv2--or-AFL--and-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Expat--MIT-X11-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Expat--MIT-X11-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-dbus-python-2830d4788444c709', element_type=, full_element=LicenseSymbol('LicenseRef-Expat--MIT-X11-', is_exception=False))) 2025-09-11 15:54:10,436 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-new-BSD-License. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-new-BSD-License', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-decorator-4e0ceec2b29ecabd', element_type=, full_element=LicenseSymbol('LicenseRef-new-BSD-License', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Bitstream-Vera-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Bitstream-Vera-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dejavu-sans-fonts-dfd23518c3ae46b3', element_type=, full_element=LicenseSymbol('LicenseRef-Bitstream-Vera-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-device-mapper-f4fe6cf3871a36ff', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-device-mapper-libs-9ba59f2e874ef215', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-diffutils-98d493d1fe896a6f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dmidecode-acb71639665abf75', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dnf-77433817d336a1b5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dnf-data-7618636898dd2d8d', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dnf-plugins-core-f06b5fcc41f7fc93', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dwz-0ec49411a31e3a59', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ed-3f2b1399050debd9', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-efi-srpm-macros-00602e44d1bb5fea', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and--GPLv2--or-LGPLv3--. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and--GPLv2--or-LGPLv3--', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-elfutils-debuginfod-client-65b60b38e502a238', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and--GPLv2--or-LGPLv3--', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-elfutils-default-yama-scope-8d5b4ae5ffbf2b8b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-LGPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-elfutils-libelf-e5188098ce1c1daf', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-LGPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-elfutils-libs-eeaa8c1f018110c5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-LGPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-CC0-1.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-CC0-1.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-emacs-filesystem-8f58ba840d482c4e', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-CC0-1.0', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-environment-modules-ad5649bbcd7fd3ee', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-file-35c2c1beda99b689', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-file-libs-465c4937e82a1b3c', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-filesystem-62dfe80e897ceedb', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-findutils-c40c62b842d3ae2f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Public-Domain-and-UCD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Public-Domain-and-UCD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-fontconfig-75c5aaad10d42659', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Public-Domain-and-UCD', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Public-Domain-and-UCD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Public-Domain-and-UCD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-fontconfig-devel-27d5738bdf096b84', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Public-Domain-and-UCD', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-fonts-srpm-macros-5a40360f15de710b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-freetype-44881f12e26289d0', element_type=, full_element=LicenseSymbol('LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-freetype-devel-e4ccc7ed8ce4ad29', element_type=, full_element=LicenseSymbol('LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv2--and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv2--and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gawk-9dcf052ea12fdad7', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv2--and-LGPLv2--and-BSD', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gcc-e8ceadae29f87aeb', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gcc-c---eba3a4c11d7d6711', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gcc-plugin-annobin-a1fa02748421869a', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gdb-3789058e660e9550', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gdb-gdbserver-69c1f591d0c9119a', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gdb-headless-103c2d6fe39ef180', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gdbm-libs-b432066704b0c51c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-LGPLv2--and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-LGPLv2--and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gettext-0c4e3f97d5b46fa0', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-LGPLv2--and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gettext-libs-9b6cd90e99cb5da5', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ghc-srpm-macros-35ba66b397ffd204', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-git-6f19aebc5e6ea302', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-git-core-b1dbd9f1655a0ac7', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-git-core-doc-fc67242b16fc1525', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glib2-fe3e3f2b055d6e42', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glib2-devel-c031b8a5ef561c2f', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-97255735d34f8877', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-common-725ee64db6f57d6d', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-devel-5539b1b23d3f17d1', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-gconv-extra-e9800b04c53e3e7a', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-headers-0c99f73ec7cb72de', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-langpack-en-ba3ab4875418f3a9', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-locale-source-07548658995da08b', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-minimal-langpack-a5614d5e98129054', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3--or-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3--or-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gmp-64839c496ad33b59', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3--or-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gnupg2-bafc4028bd96a606', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gnutls-c908c4cbcbd14ddf', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-go-srpm-macros-c596d7b0fb81c94a', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-go-toolset-7663a496a09d744d', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gobject-introspection-1fb3aea4d4927fa1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2--and-MIT', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-golang-9a8701dfbc4362a6', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-golang-bin-b6b83b346c923a13', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-golang-src-6107d7a68cc1aba5', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPL2.1---the-library---GPL2---tests-and-examples-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPL2.1---the-library---GPL2---tests-and-examples-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-gpg-c86815c9c5d69c75', element_type=, full_element=LicenseSymbol('LicenseRef-LGPL2.1---the-library---GPL2---tests-and-examples-', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-pubkey. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-pubkey', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gpg-pubkey-07413682000f3d88', element_type=, full_element=LicenseSymbol('LicenseRef-pubkey', is_exception=False))) 2025-09-11 15:54:10,437 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-pubkey. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-pubkey', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gpg-pubkey-a243d3460507af96', element_type=, full_element=LicenseSymbol('LicenseRef-pubkey', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gpgme-f1b53ce035ee04b6', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-graphite2-25babc10d18ff329', element_type=, full_element=LicenseSymbol('LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-graphite2-devel-f16122547c2b2e4b', element_type=, full_element=LicenseSymbol('LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-grep-196df9cad96e380f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GFDL-and-BSD-and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GFDL-and-BSD-and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-groff-base-8fd5e310306084a2', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GFDL-and-BSD-and-MIT', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gzip-c6d271ceb43c1409', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GFDL', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-like. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-like', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-idna-99e93abe8a4d5a55', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-like', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ima-evm-utils-5a2ef279ff5621ca', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-info-2d6a98b9a0d5f906', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-jbigkit-libs-a7f6a31715704352', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-json-glib-108eb76e1b96e414', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-and-Redistributable--no-modification-permitted. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-and-Redistributable--no-modification-permitted', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-kernel-headers-e1781d621ebf9bf9', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-and-Redistributable--no-modification-permitted', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-keyutils-libs-7344845635843bdf', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-kmod-libs-00cb3e9b59f2eab5', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-langpacks-core-en-df5d3ce64e6dc98c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-langpacks-core-font-en-d73e936743b685e7', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-langpacks-en-27488b456777ffc1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--or-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--or-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-less-71501a2f59eafda0', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--or-BSD', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libacl-3e7cdb826959354c', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libarchive-ec2d4d7a8da051ce', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libassuan-a799ab1600e49872', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libattr-304e2047f10e5c4f', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libbabeltrace-368814a81ee30e07', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-GPLv2', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libblkid-5d03b3b21a2ceddd', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libblkid-devel-e4ec5c36c917b6ce', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-or-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-or-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libcap-cc5f5f4f6b7e653a', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-or-GPLv2', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libcap-ng-a3aa75d8273e1cac', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-libcomps-2666adbea71856c1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libcomps-9adfebe4c139bc3f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-LGPLv2-and-Sleepycat. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-LGPLv2-and-Sleepycat', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libdb-a4f81dbb6ad2e0dd', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-LGPLv2-and-Sleepycat', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libdnf-787f69a0af123326', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libdnf-plugin-subscription-manager-bcf25d90c8279c12', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libedit-800d3e8273e5a673', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-ISC. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-ISC', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libevent-2885715710e135d8', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-ISC', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libfdisk-f684db05cdcf21f3', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libfido2-295f52ecfab0bc28', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgcc-828685b295817466', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgcrypt-e0465a5c4b843ffa', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgomp-e8e9ece4734038a2', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgpg-error-102fca6f01ef28cf', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgpg-error-devel-54e05f83c7aee7d0', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-UCD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-UCD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libicu-5fbe3f945b76169c', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-UCD-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-UCD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-UCD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libicu-devel-3ad91ef69619b607', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-UCD-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPLv2--or-LGPLv3---and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPLv2--or-LGPLv3---and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libidn2-6a3c1818891dac67', element_type=, full_element=LicenseSymbol('LicenseRef--GPLv2--or-LGPLv3---and-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libipt-b7ba1f30c136e081', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--LGPLv3--or-GPLv2---and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--LGPLv3--or-GPLv2---and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libksba-a9d3f10576c21b37', element_type=, full_element=LicenseSymbol('LicenseRef--LGPLv3--or-GPLv2---and-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libmount-99dae4672e6bed01', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libmount-devel-9aaacf794d4b1036', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libmpc-92bc76ab8dfdee61', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libnl3-8b95e2d24991232f', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libpipeline-2252dcf840e3bf94', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-or-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-or-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libpwquality-bfcd412ee65981a5', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-or-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-librepo-8b623a5841c757fd', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libreport-filesystem-53232b1db4311718', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2.1-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2.1-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-librhsm-9db2580ac7649f71', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2.1-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libseccomp-41e90d392d44aa88', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libselinux-b80d7ad546dcdfd9', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libselinux-devel-c69ee05ae7e30d4d', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsemanage-136418524c61f8e0', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsepol-2d47257d7013c4e7', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsepol-devel-b701b0d1f83c4009', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsigsegv-2baa82c983b30582', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsmartcols-ca72c5cc38bcb499', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,438 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsolv-fca1a9d16c22d7ac', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libstdc---4c7409cd56d5b0f8', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libstdc---devel-8e470eda74206145', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libtasn1-6f527d10e3f94366', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-SISSL-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-SISSL-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libtirpc-070840c9bb0ae0d7', element_type=, full_element=LicenseSymbol('LicenseRef-SISSL-and-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libunistring-e1c9803b20913af1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-LGPLv3-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libuser-6e461f742a57a3ec', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libutempter-0411b175c264741d', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libuuid-635a9a684e603708', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libwebp-d93f0704df4d492b', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libwebp-devel-4cb1114b3b7044bd', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-BSD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-BSD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libxcrypt-726407ce9205c669', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-BSD-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-BSD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-BSD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libxcrypt-devel-e3d4d25bafbddff6', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-BSD-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libzstd-3d2c73c5a5a7205b', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-GPLv2', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-zlib-and-Sendmail-and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-zlib-and-Sendmail-and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-lsof-28eb8724dad9c66d', element_type=, full_element=LicenseSymbol('LicenseRef-zlib-and-Sendmail-and-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-lz4-libs-0fc14552c6652ab5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-m4-e2e34b60751631e9', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-make-56ecc7b7954a433f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-man-db-0696741c07e196d4', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mariadb-connector-c-92ac9ca580928820', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mariadb-connector-c-config-e12e17a6b569f11a', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mariadb-connector-c-devel-eb9ffdead9e13a14', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mpfr-9606bf2c1d407bed', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3--or-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3--or-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nettle-f73b017628dd00c7', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3--or-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nodejs-ea383227f4c8a6aa', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nodejs-docs-169e4e3e591d3bfd', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nodejs-full-i18n-c3277a3b04c8de8c', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nodejs-libs-c5f17a681253b607', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-npm-6db93dfceae43bb0', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-npm-npm-init-2358cefc1b11bbae', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-npth-e8d4429184219587', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ocaml-srpm-macros-c3616949460248d5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-OpenLDAP. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-OpenLDAP', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openldap-e45100d90f182f13', element_type=, full_element=LicenseSymbol('LicenseRef-OpenLDAP', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-OpenLDAP. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-OpenLDAP', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openldap-compat-a17b70f559fc284d', element_type=, full_element=LicenseSymbol('LicenseRef-OpenLDAP', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssh-e3f56a2bbc56cc3a', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssh-clients-8d9835f9b3887e0f', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssl-46d2de9612004b37', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssl-devel-90389754686949d4', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssl-libs-554d17bf9fadcd0d', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-p11-kit-4d4327c0a92b266d', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-p11-kit-trust-7490a39ace24ed08', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pam-fd454ab7142bcf96', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-or-GPL-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-or-GPL-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-passwd-9d80b2d9eec85b35', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-or-GPL-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-patch-796a665b6dc87cd1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-34beecf525db2300', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-cpp-80c009b2db97e1c7', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-devel-55a0b761f1fbc5ec', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-utf16-9b8db806decc2c35', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-utf32-272c338aba2dd0ba', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-8e95b12697b0d9b0', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-devel-d0f7d95676ab2ca3', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-syntax-3841e1942e49762c', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-utf16-4a6f5b96ae0abb60', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-utf32-fbcf0a8477d97839', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-AutoLoader-09aaae2b188b64d9', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-B-2ce374ead82d2eca', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Carp-c3239c97f775ff29', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Class-Struct-8408ff70562fefc1', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Data-Dumper-7013ea7008b3bde8', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Digest-b28a297c4ab49ad7', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-RSA. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-RSA', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Digest-MD5-3ddd75e72fb39567', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-RSA', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-DynaLoader-c5c03cee9de95892', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-Artistic-2.0-and-UCD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-Artistic-2.0-and-UCD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Encode-0efbce399938bbce', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-Artistic-2.0-and-UCD', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Errno-97d8363d91d19a36', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Error-0d31975c51d86a96', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-MIT', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Exporter-da8694cc57491d00', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,439 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Fcntl-b3585640b5d150a8', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Basename-f3f7554f70c726ba', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Compare-08208850990414da', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Copy-7e4c73ffb19a8980', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Find-9bcb91adc7d8bdd8', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Path-a728372afcb60992', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Temp-a8a851e2bf518a37', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-stat-ee2752421e98e4ed', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-FileHandle-d2e89451d754aca4', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Getopt-Long-285b29da1e9f0928', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Getopt-Std-0c2ebfad6de84b64', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Git-bc36856d9cf6f8d3', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-HTTP-Tiny-f2b2b41b3febcfb4', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-IO-db1ed55e183b2f5f', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-IO-Socket-IP-b22ef34a208f7dc8', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-IO-Socket-SSL-491a55c75224ff9d', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-MPLv2.0', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-IPC-Open3-822f9558f4625cf0', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-MIME-Base64-bfc3b3b92bd65590', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-MIT', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Mozilla-CA-1815f0bc1a2fc181', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-NDBM-File-e7858c51676d6608', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Artistic-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Artistic-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Net-SSLeay-6e0eab0b957f6fbb', element_type=, full_element=LicenseSymbol('LicenseRef-Artistic-2.0', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-POSIX-7823f7b840cdb001', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-PathTools-b0b50ee179a2b33c', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-BSD', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Pod-Escapes-eb7b3d15896e8459', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Pod-Perldoc-2929c9d286ecf99c', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Pod-Simple-c4f9a26dd2afcd13', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Pod-Usage-f3799d687c9d0721', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Scalar-List-Utils-764c8a223b33d695', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-SelectSaver-63c418aa83f12c06', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Socket-7e771fcfcd9c8405', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Storable-7be730f033fe6ad1', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Symbol-e4508989cec14563', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Term-ANSIColor-0be906606674e6ed', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Term-Cap-2bcdb990b6cedf89', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--Copyright-only--and--Artistic-or-GPL--. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--Copyright-only--and--Artistic-or-GPL--', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-TermReadKey-d7aab29b33bb43dc', element_type=, full_element=LicenseSymbol('LicenseRef--Copyright-only--and--Artistic-or-GPL--', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Text-ParseWords-faa45a8f1b5c7cfa', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Thread-Queue-9789f6adcfb5512e', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Time-Local-8566fe6879e77ecb', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-URI-8c51a4f9c22b5696', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-base-4c2bb0bc19ea4238', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-constant-198828c3fb6ffd8f', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-if-570187b15d6e65d4', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-interpreter-b034a48a55bda530', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-lib-4ddf38a314472a70', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-libnet-b779484a3a120dd2', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-BSD-and-HSRL-and-MIT-and-UCD-and-Public-domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-BSD-and-HSRL-and-MIT-and-UCD-and-Public-domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-libs-e5ca20ebcb7a4f8d', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-BSD-and-HSRL-and-MIT-and-UCD-and-Public-domain', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-mro-5afccac2b684f53f', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-overload-88f5bef6c02f032a', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-overloading-bce98878418ee181', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-parent-4671b629ca460caf', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-FSFAP. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-FSFAP', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-podlators-363d3f9d00746f75', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-FSFAP', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-srpm-macros-a400e10c19bf2b2b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-subs-eb80d740e703f58b', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-threads-dc865917cbaf17db', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-threads-shared-5c66e844591fe8e3', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-vars-bc2ba8960a95361d', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--with-exceptions. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--with-exceptions', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pkgconf-m4-eadac6c27caf9cfb', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--with-exceptions', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--and-GPLv2-and-GPLv2--and-GPLv3--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--and-GPLv2-and-GPLv2--and-GPLv3--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-procps-ng-e9d2547196569e74', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--and-GPLv2-and-GPLv2--and-GPLv3--and-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-publicsuffix-list-dafsa-24dbab8dc5f14b7c', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GNU-LGPL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GNU-LGPL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-pygobject-ef59b91ccf046aba', element_type=, full_element=LicenseSymbol('LicenseRef-GNU-LGPL', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-License. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-License', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-pyinotify-303959b114fb224b', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-License', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-pysocks-acfe86c3920dab8e', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Dual-License. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Dual-License', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-python-dateutil-bab0ec9427f4c82d', element_type=, full_element=LicenseSymbol('LicenseRef-Dual-License', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python-srpm-macros-073b79a80caaa542', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Python', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-ce5cc8e94f296d3f', element_type=, full_element=LicenseSymbol('LicenseRef-Python', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-chardet-0a2e0515127768a4', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-cloud-what-54ff3d275e585080', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,440 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-dateutil-6bca9692e8b0b89e', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-decorator-b8924a55fedc0f3c', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-dnf-c31b86ea0a9c755a', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-dnf-plugins-core-5600e2e10566e3d2', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-ethtool-0dda8c90b9041dc0', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-gobject-base-68a197fd2d6c6f4d', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-gobject-base-noarch-1d39385db2a9f9e6', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-gpg-1e3fe612c6b1ea76', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-hawkey-b4e26c42283f10a3', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-Python-and-Unicode. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-Python-and-Unicode', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-idna-4f7a30c0ef185c35', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-Python-and-Unicode', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-iniparse-1829ebecd9215fb6', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Python', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-libcomps-ef3267ca8d95af7d', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-libdnf-0806fe25efacde74', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-librepo-b8d0c0cdd5917603', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-libs-e52c6ade1e9d6341', element_type=, full_element=LicenseSymbol('LicenseRef-Python', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-pip-wheel-b58dd2e4c1319e05', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-pysocks-fc6682800f52f13a', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-requests-a52b3f5038c0d088', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-rpm-09391d6a6e9865bd', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and--BSD-or-ASL-2.0-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and--BSD-or-ASL-2.0-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-setuptools-94178109e33eb52a', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and--BSD-or-ASL-2.0-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and--BSD-or-ASL-2.0-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and--BSD-or-ASL-2.0-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-setuptools-wheel-e7b74622205ea025', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and--BSD-or-ASL-2.0-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-subscription-manager-rhsm-81351045d43a0ffb', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-qt5-srpm-macros-dadbb646c7d2cc13', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-readline-86bb1c48d046cf90', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-redhat-release-d211f250dca7c657', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-redhat-rpm-config-a44d393ade3db9f1', element_type=, full_element=LicenseSymbol('LicenseRef-GPL-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rootfiles-75dc074aab79ce0f', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GNU-General-Public-License-v2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GNU-General-Public-License-v2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-rpm-c25f876745d22522', element_type=, full_element=LicenseSymbol('LicenseRef-GNU-General-Public-License-v2', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rpm-fd06caf52a685ff9', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2--with-exceptions. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2--with-exceptions', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rpm-build-libs-7ddf3997e2b95a18', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2--with-exceptions', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2--with-exceptions. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2--with-exceptions', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rpm-libs-9c62905b44a494c9', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2--with-exceptions', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2--with-exceptions. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2--with-exceptions', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rpm-sign-libs-708a1f4bb116439c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2--with-exceptions', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rsync-ed12bbbe93df17a4', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-scl-utils-cd3fe4432bf98bb3', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sed-e21cb9e7dda039e1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-setup-effbfd328f79367f', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-UNKNOWN. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-UNKNOWN', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-setuptools-8357661c0ebf0d8b', element_type=, full_element=LicenseSymbol('LicenseRef-UNKNOWN', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-shadow-utils-2ca8b2ecb67ae4f7', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-source-highlight-ee25df6ffc83103c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sqlite-e680157f8ba75c3e', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sqlite-devel-ac4c5d54543f418b', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sqlite-libs-9b374837a5bfb7ca', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-subscription-manager-a9668b9fe77a36a9', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-subscription-manager-39778b6bfa9e7e98', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-subscription-manager-rhsm-certificates-932c8ad6b0684868', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-systemd-94d5e3877f38561e', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT-and-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-systemd-libs-185df933faf46c56', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-systemd-pam-8228e28c39ee2d11', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT-and-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-systemd-rpm-macros-8f469c4e6c7807e3', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT-and-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-tar-1bf7671a0216a56b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-TCGL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-TCGL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-tpm2-tss-751b1c00db18d705', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-TCGL', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-tzdata-563d8390dc8c79f9', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-unzip-524a9faaeb2fd62e', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-usermode-bb353265459fa90b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-util-linux-2b843ccb3ad4e851', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-util-linux-core-69f62edcc26e5542', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Vim-and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Vim-and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-vim-filesystem-c6f0efbbde11b210', element_type=, full_element=LicenseSymbol('LicenseRef-Vim-and-MIT', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Vim-and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Vim-and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-vim-minimal-1ada63475d326f87', element_type=, full_element=LicenseSymbol('LicenseRef-Vim-and-MIT', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-virt-what-6f9b5126857f5956', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-wget-90e1935c0bceaabd', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-which-fd6d8a6e282bfda3', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-xml-common-1f7e830cd2176fc4', element_type=, full_element=LicenseSymbol('LicenseRef-GPL-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-xz-0a6861fd7e9f5c1f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-xz-devel-76d1675c88c43ec4', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-xz-libs-f3e667a0375f3959', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-yum-179e432492949f06', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-11 15:54:10,441 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-zip-7aadd65020ff0ec9', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-11 15:54:10,442 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-zlib-and-Boost. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-zlib-and-Boost', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-zlib-e5253846a80ae79e', element_type=, full_element=LicenseSymbol('LicenseRef-zlib-and-Boost', is_exception=False))) 2025-09-11 15:54:10,442 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-zlib-and-Boost. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-zlib-and-Boost', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-zlib-devel-5162a0b7f16d6af6', element_type=, full_element=LicenseSymbol('LicenseRef-zlib-and-Boost', is_exception=False))) 2025-09-11 15:54:10,576 [INFO] mobster.main: Exiting with code 0. [2025-09-11T15:54:10,637476782+00:00] End prepare-sboms pod: go-component-ywnymg-on-pull-request-lcr2g-build-container-pod | container step-upload-sbom: [2025-09-11T15:54:10,894231411+00:00] Upload SBOM INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' Using token for quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg Pushing sbom to registry Executing: cosign attach sbom --sbom sbom.json --type spdx quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7@sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96 quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg@sha256:1ef2c024f2e97169caa6adc387b877e667f866b6ccf0c251efb387a86d438628 [2025-09-11T15:54:14,667305161+00:00] End upload-sbom pod: go-component-ywnymg-on-pull-request-lcr2g-build-image-index-pod | init container: prepare 2025/09/11 15:54:21 Entrypoint initialization pod: go-component-ywnymg-on-pull-request-lcr2g-build-image-index-pod | init container: place-scripts 2025/09/11 15:54:22 Decoded script /tekton/scripts/script-0-qfn6t 2025/09/11 15:54:22 Decoded script /tekton/scripts/script-1-5b6ct 2025/09/11 15:54:22 Decoded script /tekton/scripts/script-2-d8z4z pod: go-component-ywnymg-on-pull-request-lcr2g-build-image-index-pod | container step-build: 8666a31beba7aca1121633efe95e0cb77f6f9085cb235148f69f0369e238face Skipping image index generation. Returning results for quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg@sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96. pod: go-component-ywnymg-on-pull-request-lcr2g-build-image-index-pod | container step-create-sbom: The manifest_data.json file does not exist. Skipping the SBOM creation... pod: go-component-ywnymg-on-pull-request-lcr2g-build-image-index-pod | container step-upload-sbom: The index.spdx.json file does not exists. Skipping the SBOM upload... pod: go-component-ywnymg-on-pull-request-lcr2g-clone-repository-pod | init container: prepare 2025/09/11 15:51:44 Entrypoint initialization pod: go-component-ywnymg-on-pull-request-lcr2g-clone-repository-pod | init container: place-scripts 2025/09/11 15:51:44 Decoded script /tekton/scripts/script-0-p5x29 2025/09/11 15:51:44 Decoded script /tekton/scripts/script-1-8sfpz pod: go-component-ywnymg-on-pull-request-lcr2g-clone-repository-pod | container step-clone: INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt {"level":"info","ts":1757605909.8262157,"caller":"git/git.go:200","msg":"Successfully cloned https://github.com/redhat-appstudio-qe/sample-multi-component @ a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 (grafted, HEAD) in path /workspace/output/source"} {"level":"info","ts":1757605909.8519204,"caller":"git/git.go:239","msg":"Successfully initialized and updated submodules in path /workspace/output/source"} Merge option disabled. Using checked-out revision a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 directly. pod: go-component-ywnymg-on-pull-request-lcr2g-clone-repository-pod | container step-symlink-check: Running symlink check pod: go-component-ywnymg-on-pull-request-lcr2g-init-pod | init container: prepare 2025/09/11 15:51:30 Entrypoint initialization pod: go-component-ywnymg-on-pull-request-lcr2g-init-pod | init container: place-scripts 2025/09/11 15:51:32 Decoded script /tekton/scripts/script-0-ptp9k pod: go-component-ywnymg-on-pull-request-lcr2g-init-pod | container step-init: Build Initialize: quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 Determine if Image Already Exists pod: go-component-ywnymg-on-pull-request-lcr2g-push-dockerfile-pod | init container: prepare 2025/09/11 15:54:53 Entrypoint initialization pod: go-component-ywnymg-on-pull-request-lcr2g-push-dockerfile-pod | init container: place-scripts 2025/09/11 15:55:00 Decoded script /tekton/scripts/script-0-k4h4n pod: go-component-ywnymg-on-pull-request-lcr2g-push-dockerfile-pod | init container: working-dir-initializer pod: go-component-ywnymg-on-pull-request-lcr2g-push-dockerfile-pod | container step-push: [2025-09-11T15:55:10,263966573+00:00] Validate context path Selecting auth for quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 Using token for quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg Pushing Dockerfile to registry Executing: oras push --no-tty --format json --registry-config /tmp/tmp.X7fitZkx4b --artifact-type application/vnd.konflux.dockerfile quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:sha256-c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96.dockerfile Dockerfile pod: go-component-ywnymg-on-pull-request-lcr2g-sast-shell-check-pod | init container: prepare 2025/09/11 15:54:49 Entrypoint initialization pod: go-component-ywnymg-on-pull-request-lcr2g-sast-shell-check-pod | init container: place-scripts 2025/09/11 15:54:59 Decoded script /tekton/scripts/script-0-gqjdl 2025/09/11 15:54:59 Decoded script /tekton/scripts/script-1-pckb9 pod: go-component-ywnymg-on-pull-request-lcr2g-sast-shell-check-pod | init container: working-dir-initializer pod: go-component-ywnymg-on-pull-request-lcr2g-sast-shell-check-pod | container step-sast-shell-check: + source /utils.sh ++ OPM_RENDER_CACHE=/tmp/konflux-test-opm-cache ++ DEFAULT_INDEX_IMAGE=registry.redhat.io/redhat/redhat-operator-index The PROJECT_NAME used is: go-component-ywnymg + trap 'handle_error /tekton/results/TEST_OUTPUT' EXIT + [[ -z '' ]] + PROJECT_NAME=go-component-ywnymg + echo 'The PROJECT_NAME used is: go-component-ywnymg' + ca_bundle=/mnt/trusted-ca/ca-bundle.crt + '[' -f /mnt/trusted-ca/ca-bundle.crt ']' + echo 'INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt' + cp -vf /mnt/trusted-ca/ca-bundle.crt /etc/pki/ca-trust/source/anchors INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' + update-ca-trust ++ rpm -q --queryformat '%{NAME}-%{VERSION}-%{RELEASE}\n' ShellCheck + PACKAGE_VERSION=ShellCheck-0.10.0-3.el9 + OUTPUT_FILE=shellcheck-results.json + SOURCE_CODE_DIR=/workspace/workspace/source + declare -a ALL_TARGETS + IFS=, + read -ra TARGET_ARRAY + for d in "${TARGET_ARRAY[@]}" + potential_path=/workspace/workspace/source/. ++ realpath -m /workspace/workspace/source/. + resolved_path=/workspace/workspace/source + [[ /workspace/workspace/source == \/\w\o\r\k\s\p\a\c\e\/\w\o\r\k\s\p\a\c\e\/\s\o\u\r\c\e* ]] + ALL_TARGETS+=("$resolved_path") + '[' -z '' ']' + '[' -r /sys/fs/cgroup/cpu.max ']' + read -r quota period + '[' 800000 '!=' max ']' + '[' -n 100000 ']' + '[' 100000 -gt 0 ']' + export SC_JOBS=8 + SC_JOBS=8 INFO: Setting SC_JOBS=8 based on cgroups v2 max for run-shellcheck.sh + echo 'INFO: Setting SC_JOBS=8 based on cgroups v2 max for run-shellcheck.sh' + /usr/share/csmock/scripts/run-shellcheck.sh /workspace/workspace/source Looking for shell scripts................ done + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/applypatch-msg.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/commit-msg.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/post-update.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/prepare-commit-msg.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/pre-applypatch.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/pre-commit.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/pre-merge-commit.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/pre-push.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/pre-rebase.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/pre-receive.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/push-to-checkout.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/sendemail-validate.sample + timeout 30 shellcheck --format=json1 --external-sources --source-path=/workspace/workspace/source /workspace/workspace/source/.git/hooks/update.sample + CSGREP_OPTS=(--mode=json --strip-path-prefix="$SOURCE_CODE_DIR"/ --remove-duplicates --embed-context=3 --set-scan-prop="ShellCheck:${PACKAGE_VERSION}") + [[ true == \t\r\u\e ]] + CSGREP_EVENT_FILTER='\[SC(1020|1035|1054|1066|1068|1073|1080|1083|1099|1113|1115|1127|1128|1143|2043|2050|' + CSGREP_EVENT_FILTER+='2055|2057|2066|2069|2071|2077|2078|2091|2092|2157|2171|2193|2194|2195|2215|2216|' + CSGREP_EVENT_FILTER+='2218|2224|2225|2242|2256|2258|2261)\]$' + CSGREP_OPTS+=(--event="$CSGREP_EVENT_FILTER") + csgrep --mode=json --strip-path-prefix=/workspace/workspace/source/ --remove-duplicates --embed-context=3 --set-scan-prop=ShellCheck:ShellCheck-0.10.0-3.el9 '--event=\[SC(1020|1035|1054|1066|1068|1073|1080|1083|1099|1113|1115|1127|1128|1143|2043|2050|2055|2057|2066|2069|2071|2077|2078|2091|2092|2157|2171|2193|2194|2195|2215|2216|2218|2224|2225|2242|2256|2258|2261)\]$' ./shellcheck-results/empty.json ./shellcheck-results/sc-100.json ./shellcheck-results/sc-103.json ./shellcheck-results/sc-124.json ./shellcheck-results/sc-137.json ./shellcheck-results/sc-138.json ./shellcheck-results/sc-140.json ./shellcheck-results/sc-91.json ./shellcheck-results/sc-94.json ./shellcheck-results/sc-95.json ./shellcheck-results/sc-97.json + [[ SITE_DEFAULT == \S\I\T\E\_\D\E\F\A\U\L\T ]] + PROBE_URL=https://gitlab.cee.redhat.com/osh/known-false-positives + echo -n 'Probing https://gitlab.cee.redhat.com/osh/known-false-positives... ' + curl --fail --head --max-time 60 --no-progress-meter https://gitlab.cee.redhat.com/osh/known-false-positives ++ head -1 curl: (6) Could not resolve host: gitlab.cee.redhat.com + echo 'Setting KFP_GIT_URL to empty string' + KFP_GIT_URL= Probing https://gitlab.cee.redhat.com/osh/known-false-positives... Setting KFP_GIT_URL to empty string KFP_GIT_URL is not set. Skipping false positive filtering. ShellCheck results have been saved to shellcheck-results.json + '[' -n '' ']' + echo 'KFP_GIT_URL is not set. Skipping false positive filtering.' + echo 'ShellCheck results have been saved to shellcheck-results.json' + csgrep --mode=evtstat shellcheck-results.json + csgrep --mode=sarif shellcheck-results.json + note='Task sast-shell-check completed successfully.' ++ make_result_json -r SUCCESS -t 'Task sast-shell-check completed successfully.' ++ local RESULT= ++ local SUCCESSES=0 ++ local FAILURES=0 ++ local WARNINGS=0 ++ local 'NOTE=For details, check Tekton task log.' ++ local NAMESPACE=default ++ local OUTPUT ++ local OPTIND opt ++ getopts :r:s:f:w:t:n: opt ++ case "${opt}" in ++ RESULT=SUCCESS ++ getopts :r:s:f:w:t:n: opt ++ case "${opt}" in ++ NOTE='Task sast-shell-check completed successfully.' ++ getopts :r:s:f:w:t:n: opt ++ shift 4 ++ '[' -z SUCCESS ']' ++ case "${RESULT}" in ++++ date -u --iso-8601=seconds +++ jq -rce --arg date 2025-09-11T15:56:07+00:00 --arg result SUCCESS --arg note 'Task sast-shell-check completed successfully.' --arg namespace default --arg successes 0 --arg failures 0 --arg warnings 0 --null-input '{ result: $result, timestamp: $date, note: $note, namespace: $namespace, successes: $successes|tonumber, failures: $failures|tonumber, warnings: $warnings|tonumber }' ++ OUTPUT='{"result":"SUCCESS","timestamp":"2025-09-11T15:56:07+00:00","note":"Task sast-shell-check completed successfully.","namespace":"default","successes":0,"failures":0,"warnings":0}' ++ echo '{"result":"SUCCESS","timestamp":"2025-09-11T15:56:07+00:00","note":"Task sast-shell-check completed successfully.","namespace":"default","successes":0,"failures":0,"warnings":0}' + TEST_OUTPUT='{"result":"SUCCESS","timestamp":"2025-09-11T15:56:07+00:00","note":"Task sast-shell-check completed successfully.","namespace":"default","successes":0,"failures":0,"warnings":0}' + echo '{"result":"SUCCESS","timestamp":"2025-09-11T15:56:07+00:00","note":"Task sast-shell-check completed successfully.","namespace":"default","successes":0,"failures":0,"warnings":0}' + tee /tekton/results/TEST_OUTPUT {"result":"SUCCESS","timestamp":"2025-09-11T15:56:07+00:00","note":"Task sast-shell-check completed successfully.","namespace":"default","successes":0,"failures":0,"warnings":0} + handle_error /tekton/results/TEST_OUTPUT + exit_code=0 + '[' 0 -ne 0 ']' + exit 0 pod: go-component-ywnymg-on-pull-request-lcr2g-sast-shell-check-pod | container step-upload: Selecting auth Using token for quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg Attaching to quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 Executing: oras attach --no-tty --registry-config /home/oras/auth.json --artifact-type application/sarif+json quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7@sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96 shellcheck-results.sarif:application/sarif+json Uploading 3b606a9dd3a1 shellcheck-results.sarif Uploaded 3b606a9dd3a1 shellcheck-results.sarif Attached to [registry] quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7@sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96 Digest: sha256:dcf23a010e2ce9c76ad72e65c37da5b61604f32936cbe92c4d9549b6f55fbed7 No excluded-findings.json exists. Skipping upload. pod: go-component-ywnymg-on-pull-request-lcr2g-show-summary-pod | init container: prepare 2025/09/11 15:57:02 Entrypoint initialization pod: go-component-ywnymg-on-pull-request-lcr2g-show-summary-pod | init container: place-scripts 2025/09/11 15:57:03 Decoded script /tekton/scripts/script-0-8gmbd pod: go-component-ywnymg-on-pull-request-lcr2g-show-summary-pod | container step-appstudio-summary: Build Summary: Build repository: https://github.com/redhat-appstudio-qe/sample-multi-component?rev=a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 Generated Image is in : quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 End Summary pod: go-component-ywnymg-on-pull9a1694bf87f9a450d8e2c55080afe8d8-pod | init container: prepare 2025/09/11 15:51:54 Entrypoint initialization pod: go-component-ywnymg-on-pull9a1694bf87f9a450d8e2c55080afe8d8-pod | init container: place-scripts 2025/09/11 15:51:55 Decoded script /tekton/scripts/script-0-4fhgm 2025/09/11 15:51:55 Decoded script /tekton/scripts/script-1-5m9rf pod: go-component-ywnymg-on-pull9a1694bf87f9a450d8e2c55080afe8d8-pod | container step-sanitize-config-file-with-yq: pod: go-component-ywnymg-on-pull9a1694bf87f9a450d8e2c55080afe8d8-pod | container step-prefetch-dependencies: No prefetch will be performed because no input was provided pod: go-component-ywnymg-on-pullb85a54025ffd2cecfe7ce50d810a4e2f-pod | init container: prepare 2025/09/11 15:54:55 Entrypoint initialization pod: go-component-ywnymg-on-pullb85a54025ffd2cecfe7ce50d810a4e2f-pod | init container: place-scripts 2025/09/11 15:55:00 Decoded script /tekton/scripts/script-0-lcvb2 2025/09/11 15:55:00 Decoded script /tekton/scripts/script-1-n6gg9 pod: go-component-ywnymg-on-pullb85a54025ffd2cecfe7ce50d810a4e2f-pod | container step-rpms-signature-scan: + set -o pipefail + rpm_verifier --image-url quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7 --image-digest sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96 --workdir /tmp Image: quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg@sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96 No unsigned RPMs found {'keys': {'199e2f91fd431d51': 419, 'unsigned': 0}} ==================================== Final results: {"keys": {"199e2f91fd431d51": 419, "unsigned": 0}} Images processed: {"image": {"pullspec": "quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7", "digests": ["sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96"]}} pod: go-component-ywnymg-on-pullb85a54025ffd2cecfe7ce50d810a4e2f-pod | container step-output-results: + source /utils.sh ++ OPM_RENDER_CACHE=/tmp/konflux-test-opm-cache ++ DEFAULT_INDEX_IMAGE=registry.redhat.io/redhat/redhat-operator-index ++ cat /tmp/status + status=SUCCESS ++ cat /tmp/results + rpms_data='{"keys": {"199e2f91fd431d51": 419, "unsigned": 0}}' ++ cat /tmp/images_processed + images_processed='{"image": {"pullspec": "quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7", "digests": ["sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96"]}}' + '[' SUCCESS == ERROR ']' + note='Task rpms-signature-scan completed successfully' ++ make_result_json -r SUCCESS -t 'Task rpms-signature-scan completed successfully' ++ local RESULT= ++ local SUCCESSES=0 ++ local FAILURES=0 ++ local WARNINGS=0 ++ local 'NOTE=For details, check Tekton task log.' ++ local NAMESPACE=default ++ local OUTPUT ++ local OPTIND opt ++ getopts :r:s:f:w:t:n: opt ++ case "${opt}" in ++ RESULT=SUCCESS ++ getopts :r:s:f:w:t:n: opt ++ case "${opt}" in ++ NOTE='Task rpms-signature-scan completed successfully' ++ getopts :r:s:f:w:t:n: opt ++ shift 4 ++ '[' -z SUCCESS ']' ++ case "${RESULT}" in ++++ date -u --iso-8601=seconds +++ jq -rce --arg date 2025-09-11T15:57:01+00:00 --arg result SUCCESS --arg note 'Task rpms-signature-scan completed successfully' --arg namespace default --arg successes 0 --arg failures 0 --arg warnings 0 --null-input '{ result: $result, timestamp: $date, note: $note, namespace: $namespace, successes: $successes|tonumber, failures: $failures|tonumber, warnings: $warnings|tonumber }' ++ OUTPUT='{"result":"SUCCESS","timestamp":"2025-09-11T15:57:01+00:00","note":"Task rpms-signature-scan completed successfully","namespace":"default","successes":0,"failures":0,"warnings":0}' ++ echo '{"result":"SUCCESS","timestamp":"2025-09-11T15:57:01+00:00","note":"Task rpms-signature-scan completed successfully","namespace":"default","successes":0,"failures":0,"warnings":0}' + TEST_OUTPUT='{"result":"SUCCESS","timestamp":"2025-09-11T15:57:01+00:00","note":"Task rpms-signature-scan completed successfully","namespace":"default","successes":0,"failures":0,"warnings":0}' + echo '{"result":"SUCCESS","timestamp":"2025-09-11T15:57:01+00:00","note":"Task rpms-signature-scan completed successfully","namespace":"default","successes":0,"failures":0,"warnings":0}' + tee /tekton/results/TEST_OUTPUT {"result":"SUCCESS","timestamp":"2025-09-11T15:57:01+00:00","note":"Task rpms-signature-scan completed successfully","namespace":"default","successes":0,"failures":0,"warnings":0} + echo '{"keys": {"199e2f91fd431d51": 419, "unsigned": 0}}' + tee /tekton/results/RPMS_DATA {"keys": {"199e2f91fd431d51": 419, "unsigned": 0}} + echo '{"image": {"pullspec": "quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7", "digests": ["sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96"]}}' + tee /tekton/results/IMAGES_PROCESSED {"image": {"pullspec": "quay.io/redhat-appstudio-qe/build-e2e-ffbl/go-component-ywnymg:on-pr-a45a535d71238ec7aaf0c1ed7f606cf6f9fd67c7", "digests": ["sha256:c2499f92b7fc0754f2be1a0eeae905f4548fef6ab37b05a3e86d863bf548eb96"]}}